body {
  font-family: Times New Roman;
  border: 0;
  background-color: #FFFFFF;
  margin: auto;
  width: 100%;
}
#content {
  background-color: #FFFFFF;
}
.go {
  color: blue;
  text-decoration: none;
}
.go:hover {
  color: red;
  text-decoration: underline;
}
.menu  {
  color: blue;
  text-decoration: none;
  display: block;
  border: 1px solid blue;
  margin-top: 5px;
}
.menu:hover  {
  color: red;
  text-decoration: none;
  display: block;
  border: 1px solid red;
  margin-top: 5px;
}
.psLink  {
  color: blue;
  text-decoration: underline;
  border: 0;
  margin-top: 5px;
}
.psLink:hover  {
  color: red;
  text-decoration: none;
  border: 0;
  margin-top: 5px;
}
.psLink2  {
  color: black;
  text-decoration: none;
  border: 0;
  margin-top: 5px;
}
.psLink2:hover  {
  color: black;
  text-decoration: none;
  border: 0;
  margin-top: 5px;
}